home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / NextAnswers / 1300_netboot_reboot_loop.rtf < prev    next >
Text File  |  1995-06-12  |  2KB  |  41 lines

  1. {\rtf0\ansi{\fonttbl\f2\fnil Times-Roman;\f1\fmodern Courier;\f3\fmodern Ohlfs;}
  2. \paperw12040
  3. \paperh10860
  4. \margl120
  5. \margr1000
  6. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f2\b0\i0\ulnone\fs28\fc0\cf0 Q:  I'm booting a NetBoot client—or, rather, trying to.  But it keeps looping through the reboot, getting only as far as allocating a swapfile.  What's wrong?\
  7. \
  8. A:  One cause of this could be that the client's private partition is not exported correctly.   The private partition must be exported with root access for the client.  Even when 
  9. \b /etc/exports
  10. \b0  indicates a proper entry, if a parent directory of the client's private partition is a) on the same filesystem, and b) exported 
  11. \i without
  12. \i0  root access for the client, then the client's private partition is not exported with root access for the client (note that exports information is stored in the NetInfo database in Release 3 and later; see the NetInfo exports directory and NFSManager.app).\
  13. \
  14. A situation where this readily occurs is when you're trying to use a machine with one partition on the disk as the NetBoot server.  This is 
  15. \i not
  16. \i0  a supported configuration.  In this situation, the 
  17. \b exports
  18. \b0  file might look like:\
  19. \
  20.  
  21. \pard\tx1440\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f1\fs24\li920\fc0\cf0 /    -access=rhino:cockatoo\
  22. /clients/rhino    -access=rhino,root=rhino\
  23. /clients/cockatoo    -access=cockatoo,root=cockatoo\
  24.  
  25. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f2\fs28\fc0\cf0 \
  26. If the disk has only one partition then the clients' partitions is 
  27. \i not
  28. \i0  exported with root access for the client.  To fix this, change the 
  29. \b exports
  30. \b0  file to:\
  31. \
  32.  
  33. \pard\tx1440\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f1\fs24\li920\fc0\cf0 /    -access=rhino:cockatoo,root=rhino:cockatoo\
  34.  
  35. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f2\fs28\fc0\cf0 \
  36. If you want to leave the explicit lines for the two client partitions, that causes no harm, and might help avoid a problem if you ever set things up on a two-partition disk.\
  37. \
  38. Valid for 1.0, 2.0, 3.0\
  39. \
  40.  
  41.